projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8ca18c
)
(Loading): Replace eval-current-buffer with eval-buffer.
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Wed, 5 Jul 2006 08:03:55 +0000
(08:03 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Wed, 5 Jul 2006 08:03:55 +0000
(08:03 +0000)
lispref/loading.texi
patch
|
blob
|
history
diff --git
a/lispref/loading.texi
b/lispref/loading.texi
index 544bb0875b138ff4ce8e36498b5e45f674ad3d60..81787082117ce173782b0f4710e66b9681895404 100644
(file)
--- a/
lispref/loading.texi
+++ b/
lispref/loading.texi
@@
-15,7
+15,7
@@
environment in the form of Lisp objects. Emacs finds and opens the
file, reads the text, evaluates each form, and then closes the file.
The load functions evaluate all the expressions in a file just
-as the @code{eval-
current-
buffer} function evaluates all the
+as the @code{eval-buffer} function evaluates all the
expressions in a buffer. The difference is that the load functions
read and evaluate the text in the file as found on disk, not the text
in an Emacs buffer.